Fix display of Arabic diacriticals on Windows, per bug #11860.
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Sep 2012 17:15:45 +0000 (20:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Sep 2012 17:15:45 +0000 (20:15 +0300)
commit99fba02d934867d1a4ca8ab063d4c9263b112bcd
tree780ad8625ea4f10153ae4415a62a767d544a572d
parent78247c714763b0af35e3534a36f380c5a8a30248
Fix display of Arabic diacriticals on Windows, per bug #11860.

 src/w32uniscribe.c (uniscribe_shape): Reverse the sign of
 offsets[j].dv, since the y axis of the screen coordinates points
 down, while the y axis of the font definition coordinates points
 up.  This fixes display of Arabic diacritics such as KASRA and
 KASRATAN.
src/ChangeLog
src/w32uniscribe.c